home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / amigan / amigan 15 / doskwik / doskwik.doc < prev    next >
Text File  |  1994-01-27  |  4KB  |  93 lines

  1. Received by the A&J on March 11, 1988:  Documentation for Version 2.0.
  2.             Update Notes are at the end of this file:
  3.  
  4.                                   DosKwik
  5.  
  6.                         Copyright © 1987 by Tigress
  7.                           Written by Gary Kemper
  8.                     P.O. Box 665 - Glendora, CA - 91740
  9.                               (818) 334-0709
  10.  
  11.       DosKwik is comprised of the two programs ReadKwik and RiteKwik.
  12.    With DosKwik you can save and load files about 3 times faster than DOS,
  13.    save more data on a disk, and even save a 2 MEG file on multiple disks.
  14.    For example if you had a massive 2 MEG spread sheet in RAM:, you could
  15.    only save it if you had a hard disk - now you can use DosKwik.
  16.    ( A 901,080 byte file can fit on one disk)
  17.  
  18.       RiteKwik is used to save the contents of VD0: or RAM: to disk, and
  19.    ReadKwik will read it back in exactly as it was when it was saved,
  20.    including directories. You can also merge two disks together in ram or
  21.    if you already have files in ram.
  22.  
  23.    Syntax:   ReadKwik   Source_Drive   Destination_Device [S]
  24.              RiteKwik   Source_Device   Destination_Drive [S]
  25.  
  26.              Use RAM:, VD0: ... etc for the ram_device.
  27.              Use 0, 1, 2, 3  for the drive.
  28.            * or DF0: ... DF3:
  29.            * S is for silent.
  30.  
  31.    RiteKwik
  32.  
  33.       You start by setting up the ram exactly like you want it. If you are
  34.    using RAM: put a disk in drive 1 (it does not have to be formatted) and
  35.    enter < RiteKwik RAM: 1 >. This will save the entire contents of your
  36.    ram disk to drive 1. If there is not enough room on the disk you will
  37.    get a requester asking you to put in another disk. After you insert the
  38.    next disk click OK on the requester. You can save an unlimited amount
  39.    of data. The disk(s) that are created cannot be used by the DOS, but
  40.    can be copied with Diskcopy.
  41.  
  42.    ReadKwik
  43.  
  44.       After you have made your disk(s), you enter < ReadKwik 1 RAM: > to
  45.    read your files back into RAM:. You can put the command into your
  46.    startup-sequence. If you have multiple disks you will get a requester
  47.    telling you when to put the next disk in, or if you put a disk in in
  48.    the wrong order. All directories will be created and all the files will
  49.    copied as they were when you saved them.
  50.  
  51.       As an example for one use, take that 2 MEG spread sheet. If you had the
  52.    ram you would just save it to RAM:, and then exit the program. Now you
  53.    can use RiteKwik to save it. When you want to load it again you do it
  54.    before the program is run. I use it to load all my C files, which saves
  55.    minutes and lets me keep them all on one disk. It's also good for giant
  56.    digitized sound files.
  57.  
  58.       The DosKwik files may not be sold for profit, but can be included
  59.    in public domain disks such as Fish and Amicus disks, where the charge
  60.    is for copying and the disk itself. If companies which have programs
  61.    that can create large data files wish to include DosKwik, contact me
  62.    at the above address or phone number. For you people who like the program
  63.    and feel that it is worth $10 please send it to the address above. This
  64.    will keep programmers writing programs that people really use.
  65.  
  66.  
  67.                Gary Kemper
  68.  
  69.    Update: 3/4/88
  70.  
  71.        After getting a lot of comments and suggestions, I have made a few
  72.    changes in response. None of the changes will make your old disks
  73.    incompatible, just some more features.
  74.  
  75.    1. You can now enter DF0:,DF1:,DF2:,DF3: as your disk drive number, or
  76.       just the 0,1,2,3 like before.
  77.  
  78.    2. If you don't want to have all the files displayed as you copy them
  79.       you add a 'S' for Silent, at the end of the command. Example:
  80.  
  81.           ReadKwik DF1: RAM: S     or    RiteKwik RAM: DF1: S
  82.  
  83.       This will display a counter showing the number of files copied.
  84.  
  85.    3. Now after you finish using RiteKwik the program will tell the DOS
  86.       that the disk is not a DOS disk so it won't try messing with it.
  87.  
  88.    One Last Comment: If you are using un-formatted disks and are not
  89.    filling them up completly you cannot diskcopy them because the last
  90.    few tracks won't be formatted. With feature 3 above you can use any
  91.    pre-formatted DOS disk now and not worry about the computer thinking
  92.    it is a DOS disk after you get through with it.
  93.